auto merge of #959 : jakub-/cargo/cargo-search, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 24 Nov 2014 16:29:34 +0000 (16:29 +0000)
committerbors <bors@rust-lang.org>
Mon, 24 Nov 2014 16:29:34 +0000 (16:29 +0000)
commitde5bc1e663f834004d0e4a1fbce220a17a6cca28
tree30ff364e7ffa0b12c670b72232df7f806c4c1a1f
parent672af8928a0743f4b6f6df14a670535f67aa9a09
parent0c25226b35447a51918d5a17ba62a36b109757fe
auto merge of #959 : jakub-/cargo/cargo-search, r=alexcrichton

This will currently call out to the registry service. In the future it may be sensible to add package descriptions to the git index so that search can be done offline.

Closes https://github.com/rust-lang/cargo/issues/925.